Skip to main content
PUT
Update Slotting Rule Set

Authorizations

Authorization
string
header
required

Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.

Path Parameters

id
integer<int32>
required

The id of the referenced Warehouse.

rule_set_id
integer<int32>
required

The id of the referenced SlottingRuleSet.

Body

application/json

The body of a partial Slotting Rule Set update. Omitted properties retain their saved values. Send description: null or a blank description to clear it.

name
string

Name unique within the warehouse.

Required string length: 1 - 255
Example:

"Hazmat Pick-Face Rules"

description
string | null

Optional purpose or operating note for the Rule Set.

Maximum string length: 16000
Example:

"Keeps regulated aerosols in approved pick faces."

is_active
boolean

Whether child Rules participate in Slotting decisions.

Example:

true

Response

OK - The operation completed successfully and there is no response body.